home *** CD-ROM | disk | FTP | other *** search
- # Here is a login script for Southeast Network Services, Inc.
- #
- # JaxNet Technical Support (904) 350-1969
- # Mon-Fri 8am - 10pm and on Sat 10am-6pm
- #
- #Default Gateway = 204.183.221.1 = jax.jaxnet.com
- #SMTP/POP mail server = 204.183.221.4 = jax.jaxnet.com
- #Primary Name Server = 204.183.221.4 = jax.jaxnet.com
- #Secondary Name Server = 204.183.221.2 = jaxnet.jaxnet.com
- #NNTP News Server = 204.183.221.2 = news.jaxnet.com
- #
- # initialize modem
- #
- #Your modem ini string may be different. Please consult your modem manual.
- #
- output at&f&c1&d2 \13
- input 10 OK\n
- #
- # set modem to indicate DCD
- #
- #
- # send phone number
- #
- output atdt 2924567 \13
- #
- #This is JaxNet's 14.4 modem number. If you are using a 28.8 modem change this to
- #2929890 for the advantages of your 28.8 modem.
- #
- #
- # now we are connected.
- #
- #input 60 CONNECT
- #
- # wait till it's safe to send because some modem's hang up
- # if you transmit during the connection phase
- #
- wait 60 dcd
- #
- # now prod the terminal server
- #
- output \13
- #
- # wait for the username
- prompt
- #
- input 30 ogin:
- username Enter your JaxNet login
- output \u.ppp\13
- #
- #
- # and the password
- #
- input 30 Password:
- password Enter your Password
- output \p\13
- #
- # we are now logged in
- #
- display \n
- display Connected. Your IP address is \i.\n
- #
-
-